Merged
Conversation
修正自动主题模式下对莫奈取色开启状态的判断条件,从'savedMonet === true'改为'savedMonet !== false'。同时在applyTheme方法中完善自动模式下的主题应用逻辑,确保莫奈取色关闭时能正确跟随系统偏好设置主题。
为当前节点标签添加深浅模式下的文字颜色样式,移除内联样式改用 CSS 类
- 将"添加选中"按钮改为"确认"以更准确反映功能 - 增加原始代理应用记录用于比较变更 - 实现应用移除功能并优化提示逻辑 - 重置搜索框状态并预填充已选应用 - 优化按钮禁用状态判断逻辑
添加 lastAppliedThemeMode 状态避免重复应用主题 为关于对话框添加从底部滑入的动画效果 修复主题自动模式下当前节点标签文字颜色问题
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix(Theme): 修复自动主题模式下莫奈取色的判断逻辑
style(webui): 调整当前节点标签文字颜色以适配深浅模式
feat(Apps): 改进应用选择器功能
feat(Theme): 优化主题切换逻辑并添加对话框动画